dreamweaver.useTranslatedSource()

Availability 2.0
Description Specifies that the values returned by dreamweaver.nodeToOffsets() and dreamweaver.getSelection() and used by dreamweaver.offsetsToNode() and dreamweaver.setSelection() should be offsets into the translated source (the HTML contained in the DOM after a translator is run), not the untranslated source.
Note: This function is only relevant in property inspector files.
Arguments bUseTranslatedSource
The default value of the argument is FALSE. Dreamweaver automatically uses the untranslated source for subsequent calls to dw.getSelection(), dw.setSelection(), dw.nodeToOffsets(), and dw.offsetsToNode() when the script that calls dw.useTranslatedSource() finishes executing, if dw.useTranslatedSource() is not explicitly called with an argument of FALSE before then.
Returns Nothing.
Enabler None.